const crypto/tls.defaultMaxRSAKeySize
4 uses
	crypto/tls (current package)
		handshake_client.go#L1066: const defaultMaxRSAKeySize = 8192
		handshake_client.go#L1073: 			if (n <= max) != (n <= defaultMaxRSAKeySize) {
		handshake_client.go#L1079: 	return defaultMaxRSAKeySize, n <= defaultMaxRSAKeySize
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)